.interior-4-main-con {
    background-color: #f4fbfd;
    width: 100%;
    padding: 20px 20px 20px 20px;
}

.card {
    margin: 4rem auto 4rem auto;
}

.card img {
    height: 12rem;
}

.card-body {
    transition: all 0.5s; 
    background-color: #f4fbfd;
}

.card-body:hover {
    background-color: #f8b604;
    color: #fff !important;
}

.card-body h2 {
    font-size: 25px;
    line-height: 20px;
    text-transform: uppercase; 
    color: #444 !important;
    font-weight: bold !important;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0.5px !important;
}

.card-body h2:hover {
    color: #fff !important;
}